[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isAutoPark - is AUTOPARK.COM by Alan D. Jones
                                     installed

  Syntax              boolean isAutoPark(void);

  Prototype in        doshk.h

  Remarks             checks if AutoPark.COM installed (resident hard
                      disk parker by Alan D. Jones)

  Return value        returns TRUE if is installed, FALSE otherwise.

  Example             #include <doshk.h>

                      main()
                      {
                           printf("AutoPark is ");
                           if (! isAutoPark())
                                printf("not ");
                           printf("installed\n");
                      }


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson